home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Magazin / Future-PD / Scripts / S4_Citizen_Love.script < prev    next >
Text File  |  1998-03-18  |  919b  |  41 lines

  1. :LOOP|
  2. RND @DIR 3|
  3. WALK @DIR 3 10|
  4. GOTO LOOP|
  5. :TOUCH|
  6. GLOGET 8 @LOVE|
  7. IF @LOVE = 1 DIDYES|
  8. IF @LOVE = -1 DIDNO|
  9. [ "Well, the world is...ending.  Huh."|
  10. [ "Never thought it'd happen in my lifetime."|
  11. [ "There's only one thing I regret..."|
  12. [|
  13. [ "No one's...ever...told me they..."|
  14. [ "loved me.  I just want to hear it,"|
  15. [ "you don't have to mean it..."|
  16. [|
  17. [ "What should you say?"|
  18. ] "Its OK.  I love you."  YES|
  19. ] "Sorry, I don't even know you." NO|
  20. GOTO LOOP|
  21. :YES|
  22. GLOSET 8 1|
  23. [ "Oh, thank you!  Thank you so much!"|
  24. [ "You're so kind!  If I can ever repay"|
  25. [ "your kindness, please tell me!  Thank you"|
  26. [ "so much!"|
  27. GOTO LOOP|
  28. :NO|
  29. GLOSET 8 -1|
  30. [ "Oh.  I see.  Well, now I feel dumb"|
  31. [ "for asking...I'm sorry I bothered you."|
  32. GOTO LOOP|
  33. :DIDYES|
  34. [ "Thank you again for caring.  I work"|
  35. [ "in the museum.  Come see me sometime...if we"|
  36. [ "get through this."|
  37. GOTO LOOP|
  38. :DIDNO|
  39. [ "Oh.  Hello."|
  40. GOTO LOOP|
  41.